home *** CD-ROM | disk | FTP | other *** search
/ TEKNO Games 1999 February / TEKNO GAMES 2-1999 CD2.iso / winmenu.exe / 0 / RCDATA / TERROR / TERROR.txt < prev   
Text File  |  1997-12-10  |  2KB  |  78 lines

  1. object Error: TError
  2.   Left = 94
  3.   Top = 228
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error'
  7.   ClientHeight = 97
  8.   ClientWidth = 393
  9.   Color = clBackground
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 377
  22.     Height = 40
  23.     Color = clSilver
  24.     TabOrder = 0
  25.     object MessageLabel: TLabel
  26.       Left = 48
  27.       Top = 12
  28.       Width = 321
  29.       Height = 16
  30.       Alignment = taCenter
  31.       AutoSize = False
  32.       Font.Color = clBlack
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.     end
  38.     object Image1: TImage
  39.       Left = 8
  40.       Top = 4
  41.       Width = 32
  42.       Height = 32
  43.       AutoSize = True
  44.       Picture.Data = {<image000.bmp>}
  45.     end
  46.   end
  47.   object okBtn: TBitBtn
  48.     Left = 128
  49.     Top = 56
  50.     Width = 121
  51.     Height = 33
  52.     Caption = '&OK'
  53.     Default = True
  54.     Font.Color = clBlack
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ModalResult = 1
  59.     ParentFont = False
  60.     TabOrder = 1
  61.     Glyph.Data = {
  62.       90010000424D9001000000000000760000002800000020000000100000000100
  63.       0400000000000001000000000000000000000000000000000000000000000000
  64.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  66.       555555555555555555555555555555555555555555FF55555555555552055555
  67.       55555555577FF5555555555522205555555555557777F5555555555522205555
  68.       555555557777FF5555555552222205555555555777777F555555552222220555
  69.       5555557777777FF5555557220522205555555777757777F55555720555522055
  70.       55557775555777FF5555555555522205555555555557777F5555555555552205
  71.       555555555555777FF5555555555552205555555555555777FF55555555555572
  72.       05555555555555777FF5555555555557205555555555555777FF555555555555
  73.       5220555555555555577755555555555555555555555555555555000000000000
  74.       0000000000000000000000000000000000000000}
  75.     NumGlyphs = 2
  76.   end
  77. end
  78.